home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / midi / rustle.lha / Rustle / Rustle.readme < prev   
Text File  |  1995-12-02  |  5KB  |  112 lines

  1. Short:    plays white noise using the audio.device
  2. Uploader: 
  3. Author:   Thomas Ansorge, Dinkelackerring 55, D-67435 Neustadt a. d. Weinstraße, Germany
  4. Type:     mus/misc
  5.  
  6.  
  7.     Description
  8.     ~~~~~~~~~~~
  9. Rustle is the most useful and important program you've ever met! What it
  10. does? Simple: It plays white noise over the audio device. This is serious!
  11.  
  12. Ok, the full story. My monitor has no loudspeakers, so I needed a pair of
  13. active boxes. Since my Amiga is not any s**ndbl*st*r I decided to buy a
  14. pair of good ones. 2x3W, power switch, volume button and a bass button on
  15. each of them. And because 2x3W is much and we all have to conserve energy,
  16. each has a small circuit that detects whether there is actually a signal to
  17. amplify or not and switches the boxes off if there is not. I don't know
  18. what this circuit consumes, I hope less than 3W... There were no boxes
  19. without this feature, and they have a very good sound, so I bought them.
  20.  
  21. When any program wanted to remind me of something, they made "knack!", then
  22. came nothing (because most beeps are short), then again "knack!". For a few
  23. weeks, while I did not play music or something else over the audio device,
  24. or heard a music CD (my drive is connected to them as well), an annoying
  25. "knack!" was all I got out of them, several times a day. You know the
  26. famous rule: If nothing else helps, read the manual. So I did, and it told
  27. me (not literally): "We congratulate you for buying a pair of the best
  28. active boxes ever made with the best energy conservation feature that
  29. cannot be switched off etc etc...
  30.  
  31. I deceided that something was to happen about this, and, soon. A small,
  32. little program that enables me to control those nasty little amplifiers
  33. from my keyboard, without any visible connection save the normal audio
  34. cable, that should not be much of a problem. It wasn't. They switch on when
  35. something comes, so something had to come as long as I wanted them to work.
  36. And when this something stops to come, the circuit switches them off. And
  37. this something has to come from the audio device. Simplicity itself! But
  38. what? Any whistle or continuous techno music would penetrate my ears and,
  39. by the way, tell my friends (some of them are Windows fanatics) how this
  40. magic works. But there is exactly *one* thing any ear is educated to
  41. *over*hear: white noise if it is not too loud. Aaaah! !:) (that's a smiley
  42. with a good idea---me!)
  43.  
  44. Writing the program did not take a long time althought I had to read first
  45. how audio.device works. Digitalized white noise is a fine source for random
  46. numbers, so random numbers play fine as white noise. All I had still to
  47. find was a good name for it. "White_noise" describes exactly what it does,
  48. but sounds like "traffic" or "pneumatic hammer", all those things we don't
  49. want to hear. "Rustle" sounds more friendly, it has something of "nature".
  50. Says my dictionary. So I deceided to call it Rustle.
  51.  
  52.  
  53.     Usage
  54.     ~~~~~
  55. (CLI-) Usage is simple, "Rustle VOLUME/N" is all, with VOLUME being any
  56. integer from 0 (nothing) to 64 (loud). Default for VOLUME is 4, that's the
  57. weakest signal that this awful circuit accepts to be something.
  58.  
  59. Use Ctrl-C, or the Break command, to stop it.
  60.  
  61. Workbench usage is not intended.
  62.  
  63.  
  64.     Compatibility
  65.     ~~~~~~~~~~~~~
  66. Rustle needs Kickstart/Workbench 2.04, perhaps 3.0 (I don't know). It has
  67. been tested with 3.1 only.
  68.  
  69. Rustle uses a left and a right channel of the audio.device.
  70. It's own request to play something has the lowest possible priority, so any
  71. other program that wants to use the audio.device should have no problems
  72. allocating the necessary channels. This has been tested with various
  73. beeping programs and, as a representative for music playing programs,
  74. PowerPlayer V4.1 by Stephan Fuhrmann. On my Amiga, they have proven to work
  75. fine together with Rustle. VT and Delitracker have failed to do so, and I
  76. suppose that they get control of the audio hardware not in a completely
  77. legal way.
  78.  
  79. Rustle might slow down programs that do a good part of their work in chip
  80. memory. I can't do much about that, audio.device needs its data in chip
  81. memory and has to read them frequently.
  82.  
  83. I'm using this version of Rustle for a couple of months now, and I have not
  84. observed a crash where I could say that Rustle was the reason of it.
  85.  
  86.  
  87.     The necessary :( legal stuff
  88.     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  89. Copyright: Freeware.
  90.  
  91. DISCLAIMER: RUSTLE SOFTWARE IS PROVIDED "AS-IS", NO WARRANTIES OF ANY KIND
  92. ARE MADE. ALL USE IS AT YOUR OWN RISK. NO LIABILITY OR RESPONSIBILITY IS
  93. ASSUMED.
  94.  
  95. If this disclaimer, or parts of it, do not comply with your local law, or
  96. if you do not agree with this disclaimer, then you have no permission to
  97. run or use this software. Sorry.
  98.  
  99.  
  100.     Credits etc.
  101.     ~~~~~~~~~~~~
  102. A big Thank You goes to Stephan Fuhrmann for beta-testing this short piece
  103. of software.
  104.  
  105. A friendly "Hello" goes to the manufacturer of these fine boxes (they DO
  106. have a good sound!) in the hope that he will notice that sometimes "less"
  107. is "more".
  108.  
  109. And I would be most happy to hear of other people who do have any use for
  110. this program :)
  111.  
  112.